home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / relnotes / performer_eoe / ch3.z / ch3
Encoding:
Text File  |  1997-08-01  |  3.6 KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        3.  _D_a_t_a_b_a_s_e__L_o_a_d_e_r_s
  9.  
  10.        IRIS Performer provides an extensive set of dynamic shared
  11.        objects for loading databases of different object formats.
  12.        IRIS Performer applications can do run-time look-ups for
  13.        finding DSOs for a file of a particular format based on the
  14.        suffix of the file name.  The DSOs for these loaders are
  15.        provided as part of the IRIS Performer execution
  16.        environment.
  17.  
  18.        Loaders are provided for several Silicon Graphics data
  19.        formats (_b_i_n, _g_f_o, _i_m, _i_v, _p_h_d, _p_t_u, and _s_g_o) as well as
  20.        many popular formats including Autodesk's _d_x_f and _3_d_s,
  21.        Coryphaeus' _d_w_b, Medit's _m_e_d_i_t, Software Systems _f_l_t, and
  22.        Wavefront's _o_b_j.
  23.  
  24.  
  25.        3.1  _l_i_b_p_f_d_b__D_a_t_a_b_a_s_e__L_o_a_d_e_r_s
  26.  
  27.        _l_i_b_p_f_d_b is a collection of independent libraries (one for
  28.        each supported file format) that read or write a particular
  29.        scene description file format.  These loaders are
  30.        implemented using the IRIX Dynamic Shared Object facility
  31.        and are demand loaded as needed.  The file loader DSO
  32.        provided with the IRIS Performer execution environment
  33.        include:
  34.  
  35.           +o 3ds: AutoDesk _3_D_S_t_u_d_i_o binary data
  36.  
  37.           +o bin: Minor SGI format used by _p_o_w_e_r_f_l_i_p
  38.  
  39.           +o bpoly: Side Effects Software _P_R_I_S_M_S binary
  40.  
  41.           +o byu: Brigham Young University CAD/FEA data
  42.  
  43.           +o dwb: Coryphaeus Software _D_e_s_i_g_n_e_r'_s _W_o_r_k_b_e_n_c_h
  44.  
  45.           +o dxf: AutoDesk _A_u_t_o_C_A_D ASCII format
  46.  
  47.           +o flt11: MultiGen public domain Flight v11 format
  48.  
  49.           +o flt14: MultiGen _O_p_e_n_F_l_i_g_h_t v14 format
  50.  
  51.           +o gds: McDonnell-Douglas GDS _t_h_i_n_g_s data
  52.  
  53.           +o gfo: Minor SGI format (radiosity output)
  54.  
  55.           +o im: Minor SGI format (IRIS Performer example)
  56.  
  57.           +o irtp: AAI/Graphicon _I_n_t_e_r_a_c_t_i_v_e _R_e_a_l-_T_i_m_e _P_H_I_G_S
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.           +o iv: SGI OpenInventor / VRML 1.0
  75.  
  76.           +o lsa: Lightscape radiosity solutions (ASCII)
  77.  
  78.           +o lsb: Lightscape radiosity solutions (binary)
  79.  
  80.           +o m: University of Washington mesh data
  81.  
  82.           +o medit: Medit Productions _m_e_d_i_t modeling tool
  83.  
  84.           +o nff: Eric Haines' ray tracing test data format
  85.  
  86.           +o obj: Wavefront Technologies data format
  87.  
  88.           +o post: Minor SGI format (example gridded terrain loader)
  89.  
  90.           +o phd: Minor SGI format (polyhedra)
  91.  
  92.           +o poly: Side Effects Software _P_R_I_S_M_S ASCII data
  93.  
  94.           +o pts: University of Washington point data
  95.  
  96.           +o ptu: Minor SGI format (IRIS Performer example)
  97.  
  98.           +o s1k: US ARMY SIMNET databases (Texas Instruments)
  99.  
  100.           +o sgf: US NAVY standard graphics format
  101.  
  102.           +o sgo: Minor SGI format
  103.  
  104.           +o spf: US NAVY simple polygon format
  105.  
  106.           +o sponge: Sierpinski sponge 3D fractal generator
  107.  
  108.           +o star: Yale University compact star chart data
  109.  
  110.           +o stla: 3D Structures Stereolithography (ASCII)
  111.  
  112.           +o stlb: 3D Structures Stereolithography (binary)
  113.  
  114.           +o sv: Format of John Kichury's _i_3_d_m modeler
  115.  
  116.           +o tri: University of Minnesota Geometry Center data
  117.  
  118.           +o unc: University of North Carolina data
  119.  
  120.        Source code for many of these loaders is available in the
  121.        full IRIS Performer product.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.